Authorizations
API key to authorize requests.
Headers
Only return the file if the current ETag matches one of the values provided
Only return the file if the current ETag does not match any of the values provided
Only return the file if it has been modified after the given date
"Tue, 12 Aug 2025 12:03:50 GMT"
Only return the file if it has not been modified after the given date
"Tue, 12 Aug 2025 12:03:50 GMT"
Range of bytes to retrieve from the file. Format: bytes=start-end
Path Parameters
Unique identifier of the file
Query Parameters
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Use presignedurl endpoint to generate this automatically
Image quality (1-100). Only applies to JPEG, WebP and PNG files
1 <= x <= 100
Maximum height to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1
Maximum width to resize image to while maintaining aspect ratio. Only applies to image files
x >= 1
Blur the image using this sigma value. Only applies to image files
x >= 0
Output format for image files. Use 'auto' for content negotiation based on Accept header
auto
, same
, jpeg
, webp
, png
, avif
"same"
Response
File content retrieved successfully
The response is of type file
.